home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / changes next >
Text File  |  1999-09-16  |  2KB  |  72 lines

  1. 2.1 to 2.2 Major improvements
  2. =============================
  3. - New simulation tools
  4.       * Scicos hybrid connected object simulator (Beta test version).
  5.  
  6.       * A discrete/continuous ode solver odedc has been added.
  7.  
  8.       * All ode solvers parameters are now available through %ODEOPTIONS
  9.         variable and odeoptions function.
  10.  
  11.       * addition of DAE solver with root finder (dasrt).
  12.  
  13. - New version of Metanet
  14.  
  15. - New GUI utilities
  16.       * Choice menu for xset parameters (see xset() ).
  17.  
  18.       * Menus to print/export graphics.
  19.  
  20.       * It is now possible to interactively zoom 2d plots and rotate 3d
  21.         plots using the graphic window buttons.
  22.  
  23.       * Function to create and handle new buttons (see addmenu).
  24.  
  25.       * Function to get filenames (see xgetfile).
  26.  
  27.       * It is now possible to kill graphic windows using menu or xdel
  28.         function.
  29.  
  30. - Optimization
  31.       * New versions of optimization routines.
  32.  
  33.       * Non differentiable optimization added (optim('nd',...).
  34.  
  35. - Miscellaneous
  36.       * scilab stack size may now be allocated at startup time and within
  37.         scilab (see stacksize).
  38.  
  39.       * It is now possible to read and write data in integer format.
  40.  
  41.       * a new data type "typed-list" designed for "soft coded"
  42.         operations (see tlist).
  43.  
  44.       * all the documentation of Scilab in Postscript compressed files 
  45.         is no longer distributed with Scilab distribution. You will find 
  46.         it by anonymous ftp on "ftp.inria.fr:/INRIA/Projects/Meta2/Scilab/doc"
  47.         (internet# 192.93.2.54).
  48.  
  49. 2.1 to 2.2 Incompatiblities
  50. ===========================
  51. - Due to an initial inconsistency in  typed lists, a new data type 
  52.   ("typed-list") has been created to handle new objects associated 
  53.   with "soft coded" operations. The old way still works, but will be
  54.   discarded in the next realease.
  55.  
  56. - x(:) extraction/insertion has been changed for string and polynomial 
  57.   matrices do be coherent with the usual matrices.
  58.  
  59. - error message 48 split in 240 (read) et 241 (write)
  60.   check errcatch(48,..) usage in macros
  61.  
  62. - an argument has been added to xsegs to set line style, It is no more
  63.   possible to use xset('dashes',n);xsegs(..) to set line styles.
  64.  
  65. - Most of xset parameters are now attached to their particular window.
  66.  
  67. - plot3di, fac3di interactive functions have been replaced by plot3d
  68.   and fac3d.
  69.  
  70. - Metanet has been fully revisited, many metanet related functions
  71.   have been corrected and renamed.
  72.